.w1350{width: 1350px;}
.index_top{
	height: 99px;
	background-color: #111;
	border-bottom: 1px solid #444;
}
.index_top_sx{
	float: left;
	width: 1px;
	height: 45px;
	background-color: #ccc;
	margin: 31px 0 0 14px;
}
.index_top img{
	margin-top: 17px;
	float: left;
}
.index_name{
	float: left;
	font-size: 30px;
	color: #e2b51e;
	margin: 28px 0 0 16px;
}
.index_name p{
	font-size: 12px;
	color: #cccccc;
	letter-spacing: 0.08em;
	line-height: 20px;
}.number_text{color: #777;margin: 7px 5px 0 0;font-size: 15px;}
.index_r_text{background: url(../images/images/number_bg.png) no-repeat;color: #111;float: right;width: 189px;height:39px;text-align: center;line-height: 45px;padding-left: 30px;}
.index_r{float: right;margin: 0 0 0 0;}
.index_number{float: right; font-size: 14.5;}
.idnex_img{margin: 0 0 0 10px;position: relative;}


.nav{width: 100%;background-color: #036CA2;}
.header-nav {
    width: 100%;
    background: #036CA2;
	z-index:99;
	color:#FFF;
}
.index_logo{
	float: left;
}
.index_logo img{
	margin-top: 20px;
}
.header-content {
    width: 100%;
    height: 55px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #036CA2;
}
.header-nav-list {
    float: left;
    /*margin:20px 5px 0 240px;*/
   /*margin-top: -18px;*/
}

.header-nav-list ul {
    float: right;
    
}

.header-nav-list ul li {
    position: relative;
    display: block;
    float: left;

}

.header-nav-list ul li a {
    color: #fff;
    /*margin-left: 50px;*/
    padding: 0 56px;
    font-size: 16px;
    line-height: 55px;
    background: none;
    position: relative;
    display: block;
    /*font-weight: bold;*/
}

.header-nav-list ul li a:hover {
    color: #eeeeee;
}

.header-nav-list ul li .cur {
    color: #014693;
}
.inavi{font-size: 7px!important; margin: 0 3px;}



.UrlSiteNow{color: #014693!important;}



.aui-dow-box {
    position: absolute;
    top: 200%;
    left: 50%;
    width: 140px;
    padding: 30px 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.aui-dow-box-list {
    width: 1200px;
    left: -180px;
    height: 410px;
    z-index: 9999;
    background: #2bb4e6;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui-down-menu {
    padding: 0 24px;
    width: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.aui-down-menu-title {
    padding-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    border-bottom: 0;
    margin-bottom: 0;
}

.aui-down-menu-list {
    float: left;
    font-size: 0;
}

.aui-down-menu-list-item {
    display: inline-block;
    margin:0 20px 30px;
    width: 330px;
    height: 150px;
    line-height: 30px;
    padding-top: 0;
}

.aui-top-border {
    border-top: 1px solid #9ee4fe;
}

.header-nav-list ul .aui-down-menu-list-item a {
    padding: 0;
    line-height: inherit;
}

.aui-down-menu-list-title {
    margin-top: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.aui-down-menu-list-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 26px;
    color: #def6ff;
    font-size: 13px;
    letter-spacing: 1px;
}

.aui-down-menu-list-text:hover{color: #fff; background: #014693;}

.aui-down-menu-list-title:hover {
    color: #fff;
    background: #014693;
}



.aui-about-dow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -8%;
    top: 110%;
    min-width: 170px;
    padding: 7px 7px;
    background: #035079;
    text-align: center;
    z-index: 99;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.drop-down:hover .aui-about-dow {
    top: 101%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

.header-nav-list .aui-about-dow li a {
	font-weight: 550;
    padding: 0;
    line-height:49px;
    display: block;
    padding:0;
    font-size: 14px;
	text-align:center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    /*-o-transition: all 0.3s ease;*/
    transition: all 0.3s ease;
    color: #F5F5F5;
}

.header-nav-list .aui-about-dow li a:hover {
    color: #333!important;
    background: #f3f3f3;
}

.header-nav-list .aui-about-dow li {
    width: 100%;
}


.aui-header-nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 60px;
    background:#014693;
    shadow: 0px 8px 15px rgba(0,0,0, 0.3);
    box-shadow: 0px 8px 15px rgba(0,0,0, 0.3);
    -webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.header-nav-right {
    float: right !important;
    top:48px;
    margin-top: 0;
    position: relative;
    width: 267px;
    height: 24px;
}
.header-nav-tel{
    line-height: 28px;
    font-size: 26px;
    letter-spacing: 19px;
    color: #1f8402;
    text-align: right;
}
.header-nav-tel a{
    line-height: 28px;
    font-size: 26px;
    letter-spacing: 5px;
    color: #1f8402;
}
.icon-tel {
    float: left;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 0px;
    background: url(../images/images/ico_tel.png) no-repeat;
	background-size:cover;
}




.button{width: 200px;height: 50px;margin-top: 42px;text-align: center;}
a.animated-button.thar-three {
	color: #000;
	cursor: pointer;
	display: block;
	position: relative;
	/*border: 1px solid #035079;*/
	background-color: #f3f3f3;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.2em;
0s;
}
a.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
	letter-spacing: 0.1em;	
	text-shadow: nthree;
}
a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #035079;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

	
}


.w1300{ width:1200px; margin:auto;}